home *** CD-ROM | disk | FTP | other *** search
- object Form9: TForm9
- Left = 2182
- Top = 210
- BorderStyle = bsNone
- Caption = 'Desktop'
- ClientHeight = 453
- ClientWidth = 632
- Color = clBackground
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 632
- Height = 453
- Align = alClient
- AutoSize = True
- Center = True
- end
- object Image2: TImage
- Left = 400
- Top = 64
- Width = 105
- Height = 105
- end
- object Label1: TLabel
- Left = 21
- Top = 440
- Width = 349
- Height = 13
- Caption =
- 'Attention: Press ALT-TAB to switch between applications that are' +
- ' running.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ListView1: TListView
- Left = 1492
- Top = 160
- Width = 250
- Height = 150
- Columns = <
- item
- Caption = 'Dummy Files'
- Width = 250
- end>
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Button1: TButton
- Left = 520
- Top = 428
- Width = 105
- Height = 23
- Caption = 'Shut Down'
- TabOrder = 1
- Visible = False
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 400
- Top = 428
- Width = 107
- Height = 23
- Caption = 'Log Off/Restart'
- TabOrder = 2
- Visible = False
- OnClick = Button2Click
- end
- object WinReboot1: TWinReboot
- Left = 248
- Top = 32
- end
- end
-